Fix build with !HAVE_LIBSOUP
authorAlexander Larsson <alexl@redhat.com>
Mon, 23 Mar 2015 13:17:52 +0000 (14:17 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 23 Mar 2015 13:26:01 +0000 (14:26 +0100)
Fix up ostree_repo_pull to match the new declaration

src/libostree/ostree-repo.c

index 2a6336fe2dac30245d6716c473e60e26a7d4df2c..aca70034828492ec9c96def9791ee0aca4ed2d4e 100644 (file)
@@ -2740,6 +2740,7 @@ ostree_repo_pull (OstreeRepo               *self,
 gboolean
 ostree_repo_pull_one_dir (OstreeRepo               *self,
                           const char               *remote_name,
+                          const char               *dir_to_pull,
                           char                    **refs_to_fetch,
                           OstreeRepoPullFlags       flags,
                           OstreeAsyncProgress      *progress,